button active css

35

form :active {
  color: red;
}

form button:active {
  background: black;
}
button.selected{
 backround:red;
}

Comments

Submit
0 Comments